home *** CD-ROM | disk | FTP | other *** search
- /*
- aamann.css
- Andreas Amann
- (c) 2002-2005
- */
- body
- {
- margin: 0px;
- background: #FFFFFF url(OSX_Lines.gif);
- color: #000000;
- font-family: "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- line-height: 16px;
- text-align: left;
- padding: 20px 20px 4em 20px;
- }
- a
- {
- text-decoration: none;
- font-weight: bold;
- background: inherit;
- text-shadow: #909090 3px 3px 3px;
- }
- a:active, a:hover
- {
- color: #0000FF;
- background: inherit;
- text-decoration: underline;
- }
- a:link, a:visited
- {
- color: #FF0000;
- background: inherit;
- }
- td
- {
- font-family: "Courier new", Courier, monospace;
- font-size: 10px;
- vertical-align: bottom;
- background-color: #C0C0C0;
- color: #000000;
- padding: 20px;
- }
- h1
- {
- font-size: 16px;
- font-family: "Trebuchet MS", "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
- line-height: 32px;
- padding-top: 10px;
- padding-bottom: 10px;
- font-style: italic;
- font-weight: bolder;
- text-align: center;
- text-shadow: #909090 4px 4px 5px;
- }
- h2
- {
- font-size: 14px;
- font-family: "Trebuchet MS", "lucida grande", "lucida sans unicode", tahoma, Verdana, Arial, Helvetica, sans-serif;
- font-style: normal;
- font-weight: bolder;
- text-align: left;
- color: #FFFFFF;
- background-color: #AAAAAA;
- padding: 4px 20px 4px 20px;
- text-shadow: #909090 4px 4px 4px;
- }
- h2 a:hover
- {
- color: inherit;
- background-color: inherit;
- text-decoration: inherit;
- }
- h3
- {
- font-size: 12px;
- font-style: normal;
- font-weight: bold;
- text-align: left;
- }
- h4
- {
- font-size: 10px;
- font-style: normal;
- font-weight: bold;
- text-align: left;
- text-decoration: none;
- }
- img
- {
- border: 0px solid #000000;
- }
- ul
- {
- padding-left: 1.5em;
- }
- .listing
- {
- font-family: "Courier new", Courier, monospace;
- font-size: 10px;
- background-color: #C0C0C0;
- color: #000000;
- }
- .description
- {
- font-family: lucida grande, lucida sans unicode, tahoma, Verdana, Arial, Helvetica, sans-serif;
- font-size: 10px;
- vertical-align: top;
- background: #FFFFFF url(OSX_Lines.gif);
- color: #000000;
- text-align: left;
- padding: 20px;
- }
- #bottom
- {
- font-size: 9px;
- line-height: 14px;
- color: #808080;
- background: inherit;
- border-top: 1px dotted #999999;
- position: fixed; bottom: 0px; left: 0px; width: 100%;
- text-align: center;
- padding: 6px 0px 4px 0px;
- }
- /* EOF */
-